home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / mebbs / fusrobo100.lha / FusRobo.doc < prev    next >
Text File  |  1994-10-03  |  5KB  |  141 lines

  1. ****************************************************************************
  2. *                                                                          *
  3. * FusRobo 1.00 by Robert Wahlström    94-Oct-13                            *
  4. * Copyright © by Robert Wahlström    All rights reserved.                  *
  5. *                                                                          *
  6. * Fullscreen editor for MEBBS                                              *
  7. *                                                                          *
  8. * Written in C with SAS C 6.51, CygnusED Pro & Chelp on Amiga 4000/040.    *
  9. *                                                                          *
  10. *  Robert Wahlström                                                        *
  11. *  Enehagsg 197                                                            *
  12. *  S-441 57  ALINGSÅS   SWEDEN                                             *
  13. *                                                                          *
  14. *  Usenet:   d0robert@dtek.chalmers.se  robert@utilitybase.ct.se           *
  15. *  Fidonet:  2:203/316.0                                                   *
  16. *  Amiganet: 39:160/303.0                                                  *
  17. *                                                                          *
  18. *                                                                          *
  19. *  Support BBS:  UTILITYBASE  +46-322-17877 16.8kHST+V32"   2:203/316.0    *
  20. *                                                                          *
  21. ****************************************************************************
  22. $VER:FusRobo 1.00 (94-OCT-13) © by R Wahlström 1994
  23.  
  24.  
  25. 1. INTRODUCTION
  26. ===============
  27.  
  28. WHAT IS FusRobo?
  29.  
  30.    FusEdit is a offlinemessagewriter for MEBBS
  31.  
  32. 2. LICENSE
  33. ==========
  34.  
  35. This material is © Copyright 1994 by Robert Wahlström -- All rights reserved.
  36.  
  37. It may be distributed freely as long as the following restrictions are met:
  38.  
  39. The distributor may charge a fee to recover distribution costs. The fee for
  40. diskette distribution should not be more than the cost to obtain the same
  41. diskette from Fred Fish.
  42.  
  43. The distributor agrees to cease distributing the programs and data involved
  44. if requested to do so by the authors.
  45.  
  46. You may copy and distribute verbatim copies of the program's executable code
  47. and documentation as you receive it, in any medium, provided that you
  48. conspicuously and appropriately publish only the original, unmodified program,
  49. with all copyright notices and disclaimers of warranty intact and including
  50. all the accompanying documentation, example files and anything else that came
  51. with the original.                                         
  52.  
  53. The author will not be liable for any damage arising from the failure of this
  54. program to perform as described, or any destruction of other programs or data
  55. residing on a system attempting to run the program. While I know of no 
  56. damaging errors, the user of this program uses it at his or her own risk. 
  57.  
  58.  
  59.  
  60. 3 REQUIREMENTS
  61. ==============
  62.  
  63. Mebbsutility.library 1.12
  64. Mebbsnet :-)
  65. Kickstart 2.04
  66.  
  67. 4 INSTALLATION
  68. ==============
  69.  
  70.    Put fusrobo anywhere (preferable in mebbsnet:c/)
  71.  
  72.  
  73. 5 Usage
  74. =======
  75.    
  76.       FusRobo <AREA=arenumber> [FROM=name] [TO=name] [SUBJECT=subject]  
  77.               <FILE=filename>
  78.  
  79.         AREA=areanumber - In which area the message should be post to. 
  80.  
  81.         FROM=name       - Name of the sender. ex "UtilityBase"
  82.                           Default FusRobo
  83.  
  84.         TO=name         - Name of the reciver ex "ALL" 
  85.                           Default ALL
  86.  
  87.         SUBJECT=subject - Subject of the message
  88.                           Default .
  89.  
  90.         FILE=filename   - The file with the written message
  91.  
  92.  
  93.     ex:
  94.       fusrobo area=1 "TO=Robert Wahlstrom" "file=mebbsnet:div/NewFls.tmp" 
  95.               "SUBJECT=New files on UtilityBase"
  96.  
  97. 6. ADDRESSES AND PHONENUMBERS
  98. =============================
  99.  
  100. If You have any questions, suggestions or bug-reports, please contact us.
  101. NetMail, snailmail, voice or logging on to our support bbs's.
  102. Here are addresses and phonenumbers:
  103.  
  104.  
  105. Robert Wahlstrom
  106. Enehagsg 197
  107. S-441 57 ALINGSÅS
  108. SWEDEN
  109. phone: +46 (0)322-183 31
  110.  
  111. Support BBS:
  112.  
  113. UtilityBase  +46 (0)322-178 77   V.34 + V.FC 16.8k HST
  114. Fido: 2:203/316.0  Amiganet: 39:160/303.0
  115. Usenet: d0robert@dtek.chalmers.se
  116.  
  117. Mebbs Support Base (SWEDEN):
  118. Yggdrazil    +46 (0)11-164276
  119. Fido: 2:204/455
  120.  
  121. 7. CREDITS
  122. ==========
  123. Thanks to the following for hints, suggestions and debugging:
  124.  
  125. Stefan von Straten      - MEBBS support Sweden
  126. William Bowling         - MEBBS
  127.  
  128.  
  129. 8. Other programs by Robert Wahlström
  130. =====================================
  131.  
  132. FusAC   - Areafix for MEBBS
  133. FusList - Very configurable filearea list creator
  134. FusTick - Handles .ticfiles
  135. FusEdit - FullScreenEditor for MEBBS
  136.  
  137. Chelp   - A help program for programmers - Lookup functions in autodocs
  138.           and strcuts/defines in includefiles
  139. Ast     - Astronomyprogram (beta only)
  140.  
  141.